From e80e585639fcd7f809bcc790993d6f49bcb2d5ed Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 23 Jun 2011 00:08:50 -0400 Subject: [PATCH] Forgotten file --- gtk/a11y/gailtreeview.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gtk/a11y/gailtreeview.h b/gtk/a11y/gailtreeview.h index e0fcfd48b2..d0d6227a03 100644 --- a/gtk/a11y/gailtreeview.h +++ b/gtk/a11y/gailtreeview.h @@ -43,9 +43,11 @@ struct _GailTreeView AtkObject* caption; AtkObject* summary; gint n_children_deleted; + gint n_rows; + gint n_cols; GArray* col_data; GArray* row_data; - GList* cell_data; + GHashTable *cell_info_by_index; GtkTreeModel *tree_model; AtkObject *focus_cell; GtkAdjustment *old_hadj; -- 2.30.2